Skip to content

Add Vercel deployment configuration#30

Open
juthing wants to merge 2 commits into
v2from
claude/determined-hopper-114qJ
Open

Add Vercel deployment configuration#30
juthing wants to merge 2 commits into
v2from
claude/determined-hopper-114qJ

Conversation

@juthing

@juthing juthing commented Jun 2, 2026

Copy link
Copy Markdown
Member

Summary

Added Vercel configuration file to enable deployment on the Vercel platform with proper build and output settings.

Key Changes

  • Created vercel.json with deployment configuration:
    • Set framework to null (framework-agnostic setup)
    • Configured install command to initialize git submodules and install dependencies via npm ci
    • Set build command to npm run build-prod for production builds
    • Specified dist as the output directory for built artifacts

Implementation Details

The configuration ensures that:

  • Git submodules are properly initialized during deployment
  • Dependencies are installed in a reproducible manner using npm ci
  • The production build process is executed via the existing build-prod npm script
  • Built artifacts from the dist directory are served by Vercel

https://claude.ai/code/session_01CLBgqgDt8KM3dvQrHCYavk

Configure build command, output directory, and submodule initialization
so the project deploys correctly on Vercel.
@vercel

vercel Bot commented Jun 2, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
moddy_documentation Error Error Jun 2, 2026 6:39pm

Relative URLs (../repo) are GitLab-specific and don't resolve correctly
on GitHub/Vercel. Replace with explicit HTTPS URLs so submodules
initialize properly during Vercel builds.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants